home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 13 - 1997 (partial) / 13.02 Feb 97 / SerialKiller SN Generator / Numerator.h < prev    next >
Encoding:
Text File  |  1996-09-08  |  497 b   |  23 lines  |  [TEXT/CWIE]

  1. //////////////////////////////////////////////
  2. //                                            //
  3. //    Main.h                                    //
  4. //                                            //
  5. //    Copyright 1996 1 A.M. Productions        //
  6. //    Aug 8,1996                                //
  7. //                                            //
  8. //////////////////////////////////////////////
  9.  
  10. #ifndef __MAIN__
  11. #define __MAIN__
  12.  
  13. #define kCancelButton 2
  14. #define kOKButton 1
  15. #define kESC 0x35
  16.  
  17.  
  18. void main();
  19. void GetNumber();
  20. pascal Boolean StdFilter(DialogPtr theDialog, EventRecord *theEvent, short *itemHit);
  21. void GetValue(Str255 valStr, Str255 retStr);
  22.  
  23. #endif